aws-sdk-oam 0.16.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 [`DeleteLink`](crate::operation::delete_link::builders::DeleteLinkFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_link::builders::DeleteLinkFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_link::builders::DeleteLinkFluentBuilder::set_identifier):<br>required: **true**<br><p>The ARN of the link to delete.</p><br>
    /// - On success, responds with [`DeleteLinkOutput`](crate::operation::delete_link::DeleteLinkOutput)
    /// - On failure, responds with [`SdkError<DeleteLinkError>`](crate::operation::delete_link::DeleteLinkError)
    pub fn delete_link(&self) -> crate::operation::delete_link::builders::DeleteLinkFluentBuilder {
        crate::operation::delete_link::builders::DeleteLinkFluentBuilder::new(self.handle.clone())
    }
}