aws-sdk-backup 1.118.0

AWS SDK for AWS Backup
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 [`DeleteBackupAccessPoint`](crate::operation::delete_backup_access_point::builders::DeleteBackupAccessPointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`access_point_arn(impl Into<String>)`](crate::operation::delete_backup_access_point::builders::DeleteBackupAccessPointFluentBuilder::access_point_arn) / [`set_access_point_arn(Option<String>)`](crate::operation::delete_backup_access_point::builders::DeleteBackupAccessPointFluentBuilder::set_access_point_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the backup access point to delete.</p><br>
    /// - On success, responds with [`DeleteBackupAccessPointOutput`](crate::operation::delete_backup_access_point::DeleteBackupAccessPointOutput)
    /// - On failure, responds with [`SdkError<DeleteBackupAccessPointError>`](crate::operation::delete_backup_access_point::DeleteBackupAccessPointError)
    pub fn delete_backup_access_point(&self) -> crate::operation::delete_backup_access_point::builders::DeleteBackupAccessPointFluentBuilder {
        crate::operation::delete_backup_access_point::builders::DeleteBackupAccessPointFluentBuilder::new(self.handle.clone())
    }
}