1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeLocations`](crate::operation::describe_locations::builders::DescribeLocationsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_locations::builders::DescribeLocationsFluentBuilder::send) it.
    /// - On success, responds with [`DescribeLocationsOutput`](crate::operation::describe_locations::DescribeLocationsOutput) with field(s):
    ///   - [`locations(Option<Vec::<Location>>)`](crate::operation::describe_locations::DescribeLocationsOutput::locations): <p>The locations.</p>
    /// - On failure, responds with [`SdkError<DescribeLocationsError>`](crate::operation::describe_locations::DescribeLocationsError)
    pub fn describe_locations(&self) -> crate::operation::describe_locations::builders::DescribeLocationsFluentBuilder {
        crate::operation::describe_locations::builders::DescribeLocationsFluentBuilder::new(self.handle.clone())
    }
}