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 [`DescribeBundleAssociations`](crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`bundle_id(impl Into<String>)`](crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder::bundle_id) / [`set_bundle_id(Option<String>)`](crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder::set_bundle_id):<br>required: **true**<br><p>The identifier of the bundle.</p><br>
    ///   - [`associated_resource_types(BundleAssociatedResourceType)`](crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder::associated_resource_types) / [`set_associated_resource_types(Option<Vec::<BundleAssociatedResourceType>>)`](crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder::set_associated_resource_types):<br>required: **true**<br><p>The resource types of the associated resource.</p><br>
    /// - On success, responds with [`DescribeBundleAssociationsOutput`](crate::operation::describe_bundle_associations::DescribeBundleAssociationsOutput) with field(s):
    ///   - [`associations(Option<Vec::<BundleResourceAssociation>>)`](crate::operation::describe_bundle_associations::DescribeBundleAssociationsOutput::associations): <p>List of information about the specified associations.</p>
    /// - On failure, responds with [`SdkError<DescribeBundleAssociationsError>`](crate::operation::describe_bundle_associations::DescribeBundleAssociationsError)
    pub fn describe_bundle_associations(&self) -> crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder {
        crate::operation::describe_bundle_associations::builders::DescribeBundleAssociationsFluentBuilder::new(self.handle.clone())
    }
}