Struct aws_sdk_schemas::client::fluent_builders::GetDiscoveredSchema
source · [−]pub struct GetDiscoveredSchema<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }Expand description
Fluent builder constructing a request to GetDiscoveredSchema.
Get the discovered schema that was generated based on sampled events.
Implementations
impl<C, M, R> GetDiscoveredSchema<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetDiscoveredSchema<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetDiscoveredSchemaOutput, SdkError<GetDiscoveredSchemaError>> where
R::Policy: SmithyRetryPolicy<GetDiscoveredSchemaInputOperationOutputAlias, GetDiscoveredSchemaOutput, GetDiscoveredSchemaError, GetDiscoveredSchemaInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetDiscoveredSchemaOutput, SdkError<GetDiscoveredSchemaError>> where
R::Policy: SmithyRetryPolicy<GetDiscoveredSchemaInputOperationOutputAlias, GetDiscoveredSchemaOutput, GetDiscoveredSchemaError, GetDiscoveredSchemaInputOperationRetryAlias>,
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.
Appends an item to Events.
To override the contents of this collection use set_events.
An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.
An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetDiscoveredSchema<C, M, R>
impl<C, M, R> Send for GetDiscoveredSchema<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetDiscoveredSchema<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetDiscoveredSchema<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetDiscoveredSchema<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