Struct aws_sdk_qldb::client::fluent_builders::DescribeJournalS3Export [−][src]
pub struct DescribeJournalS3Export<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribeJournalS3Export
.
Returns information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.
This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
If the export job with the given ExportId
doesn't exist, then throws
ResourceNotFoundException
.
If the ledger with the given Name
doesn't exist, then throws
ResourceNotFoundException
.
Implementations
impl<C, M, R> DescribeJournalS3Export<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeJournalS3Export<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeJournalS3ExportOutput, SdkError<DescribeJournalS3ExportError>> where
R::Policy: SmithyRetryPolicy<DescribeJournalS3ExportInputOperationOutputAlias, DescribeJournalS3ExportOutput, DescribeJournalS3ExportError, DescribeJournalS3ExportInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeJournalS3ExportOutput, SdkError<DescribeJournalS3ExportError>> where
R::Policy: SmithyRetryPolicy<DescribeJournalS3ExportInputOperationOutputAlias, DescribeJournalS3ExportOutput, DescribeJournalS3ExportError, DescribeJournalS3ExportInputOperationRetryAlias>,
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 UUID (represented in Base62-encoded text) of the journal export job to describe.
The UUID (represented in Base62-encoded text) of the journal export job to describe.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeJournalS3Export<C, M, R>
impl<C, M, R> Send for DescribeJournalS3Export<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeJournalS3Export<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeJournalS3Export<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeJournalS3Export<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