aws_sdk_datasync/client/
describe_location_fsx_lustre.rs

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 [`DescribeLocationFsxLustre`](crate::operation::describe_location_fsx_lustre::builders::DescribeLocationFsxLustreFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`location_arn(impl Into<String>)`](crate::operation::describe_location_fsx_lustre::builders::DescribeLocationFsxLustreFluentBuilder::location_arn) / [`set_location_arn(Option<String>)`](crate::operation::describe_location_fsx_lustre::builders::DescribeLocationFsxLustreFluentBuilder::set_location_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.</p><br>
    /// - On success, responds with [`DescribeLocationFsxLustreOutput`](crate::operation::describe_location_fsx_lustre::DescribeLocationFsxLustreOutput) with field(s):
    ///   - [`location_arn(Option<String>)`](crate::operation::describe_location_fsx_lustre::DescribeLocationFsxLustreOutput::location_arn): <p>The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.</p>
    ///   - [`location_uri(Option<String>)`](crate::operation::describe_location_fsx_lustre::DescribeLocationFsxLustreOutput::location_uri): <p>The URI of the FSx for Lustre location that was described.</p>
    ///   - [`security_group_arns(Option<Vec::<String>>)`](crate::operation::describe_location_fsx_lustre::DescribeLocationFsxLustreOutput::security_group_arns): <p>The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.</p>
    ///   - [`creation_time(Option<DateTime>)`](crate::operation::describe_location_fsx_lustre::DescribeLocationFsxLustreOutput::creation_time): <p>The time that the FSx for Lustre location was created.</p>
    /// - On failure, responds with [`SdkError<DescribeLocationFsxLustreError>`](crate::operation::describe_location_fsx_lustre::DescribeLocationFsxLustreError)
    pub fn describe_location_fsx_lustre(&self) -> crate::operation::describe_location_fsx_lustre::builders::DescribeLocationFsxLustreFluentBuilder {
        crate::operation::describe_location_fsx_lustre::builders::DescribeLocationFsxLustreFluentBuilder::new(self.handle.clone())
    }
}