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 [`CreateLunaClient`](crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`label(impl Into<String>)`](crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder::label) / [`set_label(Option<String>)`](crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder::set_label):<br>required: **false**<br><p>The label for the client.</p><br>
    ///   - [`certificate(impl Into<String>)`](crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder::certificate) / [`set_certificate(Option<String>)`](crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder::set_certificate):<br>required: **true**<br><p>The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.</p><br>
    /// - On success, responds with [`CreateLunaClientOutput`](crate::operation::create_luna_client::CreateLunaClientOutput) with field(s):
    ///   - [`client_arn(Option<String>)`](crate::operation::create_luna_client::CreateLunaClientOutput::client_arn): <p>The ARN of the client.</p>
    /// - On failure, responds with [`SdkError<CreateLunaClientError>`](crate::operation::create_luna_client::CreateLunaClientError)
    #[deprecated(note = "This API is deprecated.")]
    pub fn create_luna_client(&self) -> crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder {
        crate::operation::create_luna_client::builders::CreateLunaClientFluentBuilder::new(self.handle.clone())
    }
}