aws-sdk-lightsail 1.107.0

AWS SDK for Amazon Lightsail
Documentation
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 [`DeleteRelationalDatabaseSnapshot`](crate::operation::delete_relational_database_snapshot::builders::DeleteRelationalDatabaseSnapshotFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`relational_database_snapshot_name(impl Into<String>)`](crate::operation::delete_relational_database_snapshot::builders::DeleteRelationalDatabaseSnapshotFluentBuilder::relational_database_snapshot_name) / [`set_relational_database_snapshot_name(Option<String>)`](crate::operation::delete_relational_database_snapshot::builders::DeleteRelationalDatabaseSnapshotFluentBuilder::set_relational_database_snapshot_name):<br>required: **true**<br><p>The name of the database snapshot that you are deleting.</p><br>
    /// - On success, responds with [`DeleteRelationalDatabaseSnapshotOutput`](crate::operation::delete_relational_database_snapshot::DeleteRelationalDatabaseSnapshotOutput) with field(s):
    ///   - [`operations(Option<Vec::<Operation>>)`](crate::operation::delete_relational_database_snapshot::DeleteRelationalDatabaseSnapshotOutput::operations): <p>An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.</p>
    /// - On failure, responds with [`SdkError<DeleteRelationalDatabaseSnapshotError>`](crate::operation::delete_relational_database_snapshot::DeleteRelationalDatabaseSnapshotError)
    pub fn delete_relational_database_snapshot(
        &self,
    ) -> crate::operation::delete_relational_database_snapshot::builders::DeleteRelationalDatabaseSnapshotFluentBuilder {
        crate::operation::delete_relational_database_snapshot::builders::DeleteRelationalDatabaseSnapshotFluentBuilder::new(self.handle.clone())
    }
}