aws-sdk-cloudhsm 0.25.1

AWS SDK for Amazon CloudHSM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteLunaClient`](crate::operation::delete_luna_client::builders::DeleteLunaClientFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`client_arn(impl Into<String>)`](crate::operation::delete_luna_client::builders::DeleteLunaClientFluentBuilder::client_arn) / [`set_client_arn(Option<String>)`](crate::operation::delete_luna_client::builders::DeleteLunaClientFluentBuilder::set_client_arn): <p>The ARN of the client to delete.</p>
    /// - On success, responds with [`DeleteLunaClientOutput`](crate::operation::delete_luna_client::DeleteLunaClientOutput) with field(s):
    ///   - [`status(Option<String>)`](crate::operation::delete_luna_client::DeleteLunaClientOutput::status): <p>The status of the action.</p>
    /// - On failure, responds with [`SdkError<DeleteLunaClientError>`](crate::operation::delete_luna_client::DeleteLunaClientError)
    pub fn delete_luna_client(
        &self,
    ) -> crate::operation::delete_luna_client::builders::DeleteLunaClientFluentBuilder {
        crate::operation::delete_luna_client::builders::DeleteLunaClientFluentBuilder::new(
            self.handle.clone(),
        )
    }
}