aws_sdk_bedrockagentruntime::operation

Trait 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 FlowResponseStreamError

Source§

impl RequestId for InlineAgentResponseStreamError

Source§

impl RequestId for OptimizedPromptStreamError

Source§

impl RequestId for ResponseStreamError

Source§

impl RequestId for RetrieveAndGenerateStreamResponseOutputError

Source§

impl RequestId for DeleteAgentMemoryError

Source§

impl RequestId for GenerateQueryError

Source§

impl RequestId for GetAgentMemoryError

Source§

impl RequestId for InvokeAgentError

Source§

impl RequestId for InvokeFlowError

Source§

impl RequestId for InvokeInlineAgentError

Source§

impl RequestId for OptimizePromptError

Source§

impl RequestId for RerankError

Source§

impl RequestId for RetrieveError

Source§

impl RequestId for RetrieveAndGenerateError

Source§

impl RequestId for RetrieveAndGenerateStreamError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for BadGatewayException

Source§

impl RequestId for ConflictException

Source§

impl RequestId for DependencyFailedException

Source§

impl RequestId for InternalServerException

Source§

impl RequestId for ModelNotReadyException

Source§

impl RequestId for ResourceNotFoundException

Source§

impl RequestId for ServiceQuotaExceededException

Source§

impl RequestId for ThrottlingException

Source§

impl RequestId for ValidationException

Source§

impl RequestId for DeleteAgentMemoryOutput

Source§

impl RequestId for GenerateQueryOutput

Source§

impl RequestId for GetAgentMemoryOutput

Source§

impl RequestId for InvokeAgentOutput

Source§

impl RequestId for InvokeFlowOutput

Source§

impl RequestId for InvokeInlineAgentOutput

Source§

impl RequestId for OptimizePromptOutput

Source§

impl RequestId for RerankOutput

Source§

impl RequestId for RetrieveOutput

Source§

impl RequestId for RetrieveAndGenerateOutput

Source§

impl RequestId for RetrieveAndGenerateStreamOutput