1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteSnapshotCopyConfiguration`](crate::operation::delete_snapshot_copy_configuration::builders::DeleteSnapshotCopyConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`snapshot_copy_configuration_id(impl Into<String>)`](crate::operation::delete_snapshot_copy_configuration::builders::DeleteSnapshotCopyConfigurationFluentBuilder::snapshot_copy_configuration_id) / [`set_snapshot_copy_configuration_id(Option<String>)`](crate::operation::delete_snapshot_copy_configuration::builders::DeleteSnapshotCopyConfigurationFluentBuilder::set_snapshot_copy_configuration_id):<br>required: **true**<br><p>The ID of the snapshot copy configuration to delete.</p><br>
    /// - On success, responds with [`DeleteSnapshotCopyConfigurationOutput`](crate::operation::delete_snapshot_copy_configuration::DeleteSnapshotCopyConfigurationOutput) with field(s):
    ///   - [`snapshot_copy_configuration(Option<SnapshotCopyConfiguration>)`](crate::operation::delete_snapshot_copy_configuration::DeleteSnapshotCopyConfigurationOutput::snapshot_copy_configuration): <p>The deleted snapshot copy configuration object.</p>
    /// - On failure, responds with [`SdkError<DeleteSnapshotCopyConfigurationError>`](crate::operation::delete_snapshot_copy_configuration::DeleteSnapshotCopyConfigurationError)
    pub fn delete_snapshot_copy_configuration(
        &self,
    ) -> crate::operation::delete_snapshot_copy_configuration::builders::DeleteSnapshotCopyConfigurationFluentBuilder {
        crate::operation::delete_snapshot_copy_configuration::builders::DeleteSnapshotCopyConfigurationFluentBuilder::new(self.handle.clone())
    }
}