aws_sdk_fsx/client/
describe_shared_vpc_configuration.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DescribeSharedVpcConfiguration`](crate::operation::describe_shared_vpc_configuration::builders::DescribeSharedVpcConfigurationFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_shared_vpc_configuration::builders::DescribeSharedVpcConfigurationFluentBuilder::send) it.
6    /// - On success, responds with [`DescribeSharedVpcConfigurationOutput`](crate::operation::describe_shared_vpc_configuration::DescribeSharedVpcConfigurationOutput) with field(s):
7    ///   - [`enable_fsx_route_table_updates_from_participant_accounts(Option<String>)`](crate::operation::describe_shared_vpc_configuration::DescribeSharedVpcConfigurationOutput::enable_fsx_route_table_updates_from_participant_accounts): <p>Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.</p>
8    /// - On failure, responds with [`SdkError<DescribeSharedVpcConfigurationError>`](crate::operation::describe_shared_vpc_configuration::DescribeSharedVpcConfigurationError)
9    pub fn describe_shared_vpc_configuration(
10        &self,
11    ) -> crate::operation::describe_shared_vpc_configuration::builders::DescribeSharedVpcConfigurationFluentBuilder {
12        crate::operation::describe_shared_vpc_configuration::builders::DescribeSharedVpcConfigurationFluentBuilder::new(self.handle.clone())
13    }
14}