pub struct UpdateEventSourceMappingRequest {Show 13 fields
pub uuid: String,
pub function_name: Option<FunctionName>,
pub enabled: Option<Enabled>,
pub batch_size: Option<BatchSize>,
pub maximum_batching_window_in_seconds: Option<MaximumBatchingWindowInSeconds>,
pub destination_config: Option<DestinationConfig>,
pub maximum_record_age_in_seconds: Option<MaximumRecordAgeInSeconds>,
pub bisect_batch_on_function_error: Option<BisectBatchOnFunctionError>,
pub maximum_retry_attempts: Option<MaximumRetryAttemptsEventSourceMapping>,
pub parallelization_factor: Option<ParallelizationFactor>,
pub source_access_configurations: Option<SourceAccessConfigurations>,
pub tumbling_window_in_seconds: Option<TumblingWindowInSeconds>,
pub function_response_types: Option<FunctionResponseTypeList>,
}Fields§
§uuid: String§function_name: Option<FunctionName>§enabled: Option<Enabled>§batch_size: Option<BatchSize>§maximum_batching_window_in_seconds: Option<MaximumBatchingWindowInSeconds>§destination_config: Option<DestinationConfig>§maximum_record_age_in_seconds: Option<MaximumRecordAgeInSeconds>§bisect_batch_on_function_error: Option<BisectBatchOnFunctionError>§maximum_retry_attempts: Option<MaximumRetryAttemptsEventSourceMapping>§parallelization_factor: Option<ParallelizationFactor>§source_access_configurations: Option<SourceAccessConfigurations>§tumbling_window_in_seconds: Option<TumblingWindowInSeconds>§function_response_types: Option<FunctionResponseTypeList>Trait Implementations§
Source§impl Default for UpdateEventSourceMappingRequest
impl Default for UpdateEventSourceMappingRequest
Source§fn default() -> UpdateEventSourceMappingRequest
fn default() -> UpdateEventSourceMappingRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateEventSourceMappingRequest
impl<'de> Deserialize<'de> for UpdateEventSourceMappingRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpdateEventSourceMappingRequest
impl RefUnwindSafe for UpdateEventSourceMappingRequest
impl Send for UpdateEventSourceMappingRequest
impl Sync for UpdateEventSourceMappingRequest
impl Unpin for UpdateEventSourceMappingRequest
impl UnwindSafe for UpdateEventSourceMappingRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more