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 [`DeleteCrossAccountAttachment`](crate::operation::delete_cross_account_attachment::builders::DeleteCrossAccountAttachmentFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`attachment_arn(impl Into<String>)`](crate::operation::delete_cross_account_attachment::builders::DeleteCrossAccountAttachmentFluentBuilder::attachment_arn) / [`set_attachment_arn(Option<String>)`](crate::operation::delete_cross_account_attachment::builders::DeleteCrossAccountAttachmentFluentBuilder::set_attachment_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) for the cross-account attachment to delete.</p><br>
    /// - On success, responds with [`DeleteCrossAccountAttachmentOutput`](crate::operation::delete_cross_account_attachment::DeleteCrossAccountAttachmentOutput)
    /// - On failure, responds with [`SdkError<DeleteCrossAccountAttachmentError>`](crate::operation::delete_cross_account_attachment::DeleteCrossAccountAttachmentError)
    pub fn delete_cross_account_attachment(
        &self,
    ) -> crate::operation::delete_cross_account_attachment::builders::DeleteCrossAccountAttachmentFluentBuilder {
        crate::operation::delete_cross_account_attachment::builders::DeleteCrossAccountAttachmentFluentBuilder::new(self.handle.clone())
    }
}