aws-sdk-s3control 1.113.0

AWS SDK for AWS S3 Control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAccessPointScope`](crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_id(impl Into<String>)`](crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder::set_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID that owns the access point with the scope that you want to delete.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder::set_name):<br>required: **true**<br><p>The name of the access point with the scope that you want to delete.</p><br>
    /// - On success, responds with [`DeleteAccessPointScopeOutput`](crate::operation::delete_access_point_scope::DeleteAccessPointScopeOutput)
    /// - On failure, responds with [`SdkError<DeleteAccessPointScopeError>`](crate::operation::delete_access_point_scope::DeleteAccessPointScopeError)
    pub fn delete_access_point_scope(&self) -> crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder {
        crate::operation::delete_access_point_scope::builders::DeleteAccessPointScopeFluentBuilder::new(self.handle.clone())
    }
}