Struct aws_sdk_cloudfront::client::fluent_builders::UpdateRealtimeLogConfig [−][src]
pub struct UpdateRealtimeLogConfig<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateRealtimeLogConfig
.
Updates a real-time log configuration.
When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:
-
Call
GetRealtimeLogConfig
to get the current real-time log configuration. -
Locally modify the parameters in the real-time log configuration that you want to update.
-
Call this API (
UpdateRealtimeLogConfig
) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn’t.
You cannot update a real-time log configuration’s Name
or
ARN
.
Implementations
impl<C, M, R> UpdateRealtimeLogConfig<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateRealtimeLogConfig<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateRealtimeLogConfigOutput, SdkError<UpdateRealtimeLogConfigError>> where
R::Policy: SmithyRetryPolicy<UpdateRealtimeLogConfigInputOperationOutputAlias, UpdateRealtimeLogConfigOutput, UpdateRealtimeLogConfigError, UpdateRealtimeLogConfigInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateRealtimeLogConfigOutput, SdkError<UpdateRealtimeLogConfigError>> where
R::Policy: SmithyRetryPolicy<UpdateRealtimeLogConfigInputOperationOutputAlias, UpdateRealtimeLogConfigOutput, UpdateRealtimeLogConfigError, UpdateRealtimeLogConfigInputOperationRetryAlias>,
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 EndPoints
.
To override the contents of this collection use set_end_points
.
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Appends an item to Fields
.
To override the contents of this collection use set_fields
.
A list of fields to include in each real-time log record.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
A list of fields to include in each real-time log record.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
The name for this real-time log configuration.
The name for this real-time log configuration.
The Amazon Resource Name (ARN) for this real-time log configuration.
The Amazon Resource Name (ARN) for this real-time log configuration.
The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.
The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateRealtimeLogConfig<C, M, R>
impl<C, M, R> Send for UpdateRealtimeLogConfig<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateRealtimeLogConfig<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateRealtimeLogConfig<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateRealtimeLogConfig<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