aws-sdk-outposts 1.110.0

AWS SDK for AWS Outposts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetRenewalPricing`](crate::operation::get_renewal_pricing::builders::GetRenewalPricingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`outpost_identifier(impl Into<String>)`](crate::operation::get_renewal_pricing::builders::GetRenewalPricingFluentBuilder::outpost_identifier) / [`set_outpost_identifier(Option<String>)`](crate::operation::get_renewal_pricing::builders::GetRenewalPricingFluentBuilder::set_outpost_identifier):<br>required: **true**<br><p>The ID or ARN of the Outpost.</p><br>
    /// - On success, responds with [`GetRenewalPricingOutput`](crate::operation::get_renewal_pricing::GetRenewalPricingOutput) with field(s):
    ///   - [`pricing_result(Option<PricingResult>)`](crate::operation::get_renewal_pricing::GetRenewalPricingOutput::pricing_result): <p>The result of the pricing request.</p>
    ///   - [`pricing_options(Option<Vec::<PricingOption>>)`](crate::operation::get_renewal_pricing::GetRenewalPricingOutput::pricing_options): <p>The pricing options for the specified Outpost.</p>
    /// - On failure, responds with [`SdkError<GetRenewalPricingError>`](crate::operation::get_renewal_pricing::GetRenewalPricingError)
    pub fn get_renewal_pricing(&self) -> crate::operation::get_renewal_pricing::builders::GetRenewalPricingFluentBuilder {
        crate::operation::get_renewal_pricing::builders::GetRenewalPricingFluentBuilder::new(self.handle.clone())
    }
}