aws-sdk-firehose 1.102.0

AWS SDK for Amazon Kinesis Firehose
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopDeliveryStreamEncryption`](crate::operation::stop_delivery_stream_encryption::builders::StopDeliveryStreamEncryptionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`delivery_stream_name(impl Into<String>)`](crate::operation::stop_delivery_stream_encryption::builders::StopDeliveryStreamEncryptionFluentBuilder::delivery_stream_name) / [`set_delivery_stream_name(Option<String>)`](crate::operation::stop_delivery_stream_encryption::builders::StopDeliveryStreamEncryptionFluentBuilder::set_delivery_stream_name):<br>required: **true**<br><p>The name of the Firehose stream for which you want to disable server-side encryption (SSE).</p><br>
    /// - On success, responds with [`StopDeliveryStreamEncryptionOutput`](crate::operation::stop_delivery_stream_encryption::StopDeliveryStreamEncryptionOutput)
    /// - On failure, responds with [`SdkError<StopDeliveryStreamEncryptionError>`](crate::operation::stop_delivery_stream_encryption::StopDeliveryStreamEncryptionError)
    pub fn stop_delivery_stream_encryption(
        &self,
    ) -> crate::operation::stop_delivery_stream_encryption::builders::StopDeliveryStreamEncryptionFluentBuilder {
        crate::operation::stop_delivery_stream_encryption::builders::StopDeliveryStreamEncryptionFluentBuilder::new(self.handle.clone())
    }
}