pub struct ListRealtimeLogConfigs<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListRealtimeLogConfigs
.
Gets a list of real-time log configurations.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
Implementations
impl<C, M, R> ListRealtimeLogConfigs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListRealtimeLogConfigs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListRealtimeLogConfigsOutput, SdkError<ListRealtimeLogConfigsError>> where
R::Policy: SmithyRetryPolicy<ListRealtimeLogConfigsInputOperationOutputAlias, ListRealtimeLogConfigsOutput, ListRealtimeLogConfigsError, ListRealtimeLogConfigsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListRealtimeLogConfigsOutput, SdkError<ListRealtimeLogConfigsError>> where
R::Policy: SmithyRetryPolicy<ListRealtimeLogConfigsInputOperationOutputAlias, ListRealtimeLogConfigsOutput, ListRealtimeLogConfigsError, ListRealtimeLogConfigsInputOperationRetryAlias>,
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 maximum number of real-time log configurations that you want in the response.
The maximum number of real-time log configurations that you want in the response.
Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of NextMarker
from the current page’s response.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListRealtimeLogConfigs<C, M, R>
impl<C, M, R> Send for ListRealtimeLogConfigs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListRealtimeLogConfigs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListRealtimeLogConfigs<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListRealtimeLogConfigs<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