Struct aws_sdk_dynamodb::client::fluent_builders::UpdateContributorInsights [−][src]
pub struct UpdateContributorInsights<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateContributorInsights
.
Updates the status for contributor insights for a specific table or index.
Implementations
impl<C, M, R> UpdateContributorInsights<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateContributorInsights<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateContributorInsightsOutput, SdkError<UpdateContributorInsightsError>> where
R::Policy: SmithyRetryPolicy<UpdateContributorInsightsInputOperationOutputAlias, UpdateContributorInsightsOutput, UpdateContributorInsightsError, UpdateContributorInsightsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateContributorInsightsOutput, SdkError<UpdateContributorInsightsError>> where
R::Policy: SmithyRetryPolicy<UpdateContributorInsightsInputOperationOutputAlias, UpdateContributorInsightsOutput, UpdateContributorInsightsError, UpdateContributorInsightsInputOperationRetryAlias>,
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 name of the table.
The name of the table.
The global secondary index name, if applicable.
The global secondary index name, if applicable.
Represents the contributor insights action.
pub fn set_contributor_insights_action(
self,
input: Option<ContributorInsightsAction>
) -> Self
pub fn set_contributor_insights_action(
self,
input: Option<ContributorInsightsAction>
) -> Self
Represents the contributor insights action.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateContributorInsights<C, M, R>
impl<C, M, R> Send for UpdateContributorInsights<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateContributorInsights<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateContributorInsights<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateContributorInsights<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