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 [`DeleteSnapshotCopyGrant`](crate::operation::delete_snapshot_copy_grant::builders::DeleteSnapshotCopyGrantFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`snapshot_copy_grant_name(impl Into<String>)`](crate::operation::delete_snapshot_copy_grant::builders::DeleteSnapshotCopyGrantFluentBuilder::snapshot_copy_grant_name) / [`set_snapshot_copy_grant_name(Option<String>)`](crate::operation::delete_snapshot_copy_grant::builders::DeleteSnapshotCopyGrantFluentBuilder::set_snapshot_copy_grant_name):<br>required: **true**<br><p>The name of the snapshot copy grant to delete.</p><br>
    /// - On success, responds with [`DeleteSnapshotCopyGrantOutput`](crate::operation::delete_snapshot_copy_grant::DeleteSnapshotCopyGrantOutput)
    /// - On failure, responds with [`SdkError<DeleteSnapshotCopyGrantError>`](crate::operation::delete_snapshot_copy_grant::DeleteSnapshotCopyGrantError)
    pub fn delete_snapshot_copy_grant(&self) -> crate::operation::delete_snapshot_copy_grant::builders::DeleteSnapshotCopyGrantFluentBuilder {
        crate::operation::delete_snapshot_copy_grant::builders::DeleteSnapshotCopyGrantFluentBuilder::new(self.handle.clone())
    }
}