1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetConfig`](crate::operation::get_config::builders::GetConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`client_arn(impl Into<String>)`](crate::operation::get_config::builders::GetConfigFluentBuilder::client_arn) / [`set_client_arn(Option<String>)`](crate::operation::get_config::builders::GetConfigFluentBuilder::set_client_arn):<br>required: **true**<br><p>The ARN of the client.</p><br>
    ///   - [`client_version(ClientVersion)`](crate::operation::get_config::builders::GetConfigFluentBuilder::client_version) / [`set_client_version(Option<ClientVersion>)`](crate::operation::get_config::builders::GetConfigFluentBuilder::set_client_version):<br>required: **true**<br><p>The client version.</p><br>
    ///   - [`hapg_list(impl Into<String>)`](crate::operation::get_config::builders::GetConfigFluentBuilder::hapg_list) / [`set_hapg_list(Option<Vec::<String>>)`](crate::operation::get_config::builders::GetConfigFluentBuilder::set_hapg_list):<br>required: **true**<br><p>A list of ARNs that identify the high-availability partition groups that are associated with the client.</p><br>
    /// - On success, responds with [`GetConfigOutput`](crate::operation::get_config::GetConfigOutput) with field(s):
    ///   - [`config_type(Option<String>)`](crate::operation::get_config::GetConfigOutput::config_type): <p>The type of credentials.</p>
    ///   - [`config_file(Option<String>)`](crate::operation::get_config::GetConfigOutput::config_file): <p>The chrystoki.conf configuration file.</p>
    ///   - [`config_cred(Option<String>)`](crate::operation::get_config::GetConfigOutput::config_cred): <p>The certificate file containing the server.pem files of the HSMs.</p>
    /// - On failure, responds with [`SdkError<GetConfigError>`](crate::operation::get_config::GetConfigError)
    #[deprecated(note = "This API is deprecated.")]
    pub fn get_config(&self) -> crate::operation::get_config::builders::GetConfigFluentBuilder {
        crate::operation::get_config::builders::GetConfigFluentBuilder::new(self.handle.clone())
    }
}