aws-sdk-oam 0.14.0

AWS SDK for CloudWatch Observability Access Manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteSink`](crate::operation::delete_sink::builders::DeleteSinkFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_sink::builders::DeleteSinkFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_sink::builders::DeleteSinkFluentBuilder::set_identifier):<br>required: **true**<br><p>The ARN of the sink to delete.</p><br>
    /// - On success, responds with [`DeleteSinkOutput`](crate::operation::delete_sink::DeleteSinkOutput)
    /// - On failure, responds with [`SdkError<DeleteSinkError>`](crate::operation::delete_sink::DeleteSinkError)
    pub fn delete_sink(&self) -> crate::operation::delete_sink::builders::DeleteSinkFluentBuilder {
        crate::operation::delete_sink::builders::DeleteSinkFluentBuilder::new(self.handle.clone())
    }
}