aws-sdk-lambda 1.121.0

AWS SDK for AWS Lambda
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`SendDurableExecutionCallbackHeartbeat`](crate::operation::send_durable_execution_callback_heartbeat::builders::SendDurableExecutionCallbackHeartbeatFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`callback_id(impl Into<String>)`](crate::operation::send_durable_execution_callback_heartbeat::builders::SendDurableExecutionCallbackHeartbeatFluentBuilder::callback_id) / [`set_callback_id(Option<String>)`](crate::operation::send_durable_execution_callback_heartbeat::builders::SendDurableExecutionCallbackHeartbeatFluentBuilder::set_callback_id):<br>required: **true**<br><p>The unique identifier for the callback operation.</p><br>
    /// - On success, responds with [`SendDurableExecutionCallbackHeartbeatOutput`](crate::operation::send_durable_execution_callback_heartbeat::SendDurableExecutionCallbackHeartbeatOutput)
    /// - On failure, responds with [`SdkError<SendDurableExecutionCallbackHeartbeatError>`](crate::operation::send_durable_execution_callback_heartbeat::SendDurableExecutionCallbackHeartbeatError)
    pub fn send_durable_execution_callback_heartbeat(
        &self,
    ) -> crate::operation::send_durable_execution_callback_heartbeat::builders::SendDurableExecutionCallbackHeartbeatFluentBuilder {
        crate::operation::send_durable_execution_callback_heartbeat::builders::SendDurableExecutionCallbackHeartbeatFluentBuilder::new(
            self.handle.clone(),
        )
    }
}