aws-sdk-migrationhubstrategy 0.27.0

AWS SDK for Migration Hub Strategy Recommendations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetPortfolioSummary`](crate::operation::get_portfolio_summary::builders::GetPortfolioSummaryFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_portfolio_summary::builders::GetPortfolioSummaryFluentBuilder::send) it.
    /// - On success, responds with [`GetPortfolioSummaryOutput`](crate::operation::get_portfolio_summary::GetPortfolioSummaryOutput) with field(s):
    ///   - [`assessment_summary(Option<AssessmentSummary>)`](crate::operation::get_portfolio_summary::GetPortfolioSummaryOutput::assessment_summary): <p> An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns. </p>
    /// - On failure, responds with [`SdkError<GetPortfolioSummaryError>`](crate::operation::get_portfolio_summary::GetPortfolioSummaryError)
    pub fn get_portfolio_summary(
        &self,
    ) -> crate::operation::get_portfolio_summary::builders::GetPortfolioSummaryFluentBuilder {
        crate::operation::get_portfolio_summary::builders::GetPortfolioSummaryFluentBuilder::new(
            self.handle.clone(),
        )
    }
}