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 [`GenerateCredentialReport`](crate::operation::generate_credential_report::builders::GenerateCredentialReportFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::generate_credential_report::builders::GenerateCredentialReportFluentBuilder::send) it.
    /// - On success, responds with [`GenerateCredentialReportOutput`](crate::operation::generate_credential_report::GenerateCredentialReportOutput) with field(s):
    ///   - [`state(Option<ReportStateType>)`](crate::operation::generate_credential_report::GenerateCredentialReportOutput::state): <p>Information about the state of the credential report.</p>
    ///   - [`description(Option<String>)`](crate::operation::generate_credential_report::GenerateCredentialReportOutput::description): <p>Information about the credential report.</p>
    /// - On failure, responds with [`SdkError<GenerateCredentialReportError>`](crate::operation::generate_credential_report::GenerateCredentialReportError)
    pub fn generate_credential_report(&self) -> crate::operation::generate_credential_report::builders::GenerateCredentialReportFluentBuilder {
        crate::operation::generate_credential_report::builders::GenerateCredentialReportFluentBuilder::new(self.handle.clone())
    }
}