1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeFleetMetadata`](crate::operation::describe_fleet_metadata::builders::DescribeFleetMetadataFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`fleet_arn(impl Into<String>)`](crate::operation::describe_fleet_metadata::builders::DescribeFleetMetadataFluentBuilder::fleet_arn) / [`set_fleet_arn(Option<String>)`](crate::operation::describe_fleet_metadata::builders::DescribeFleetMetadataFluentBuilder::set_fleet_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the fleet.</p><br>
    /// - On success, responds with [`DescribeFleetMetadataOutput`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput) with field(s):
    ///   - [`created_time(Option<DateTime>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::created_time): <p>The time that the fleet was created.</p>
    ///   - [`last_updated_time(Option<DateTime>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::last_updated_time): <p>The time that the fleet was last updated.</p>
    ///   - [`fleet_name(Option<String>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::fleet_name): <p>The name of the fleet.</p>
    ///   - [`display_name(Option<String>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::display_name): <p>The name to display.</p>
    ///   - [`optimize_for_end_user_location(Option<bool>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::optimize_for_end_user_location): <p>The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.</p>
    ///   - [`company_code(Option<String>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::company_code): <p>The identifier used by users to sign in to the Amazon WorkLink app.</p>
    ///   - [`fleet_status(Option<FleetStatus>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::fleet_status): <p>The current state of the fleet.</p>
    ///   - [`tags(Option<HashMap::<String, String>>)`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataOutput::tags): <p>The tags attached to the resource. A tag is a key-value pair.</p>
    /// - On failure, responds with [`SdkError<DescribeFleetMetadataError>`](crate::operation::describe_fleet_metadata::DescribeFleetMetadataError)
    #[deprecated(note = "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")]
    pub fn describe_fleet_metadata(&self) -> crate::operation::describe_fleet_metadata::builders::DescribeFleetMetadataFluentBuilder {
        crate::operation::describe_fleet_metadata::builders::DescribeFleetMetadataFluentBuilder::new(self.handle.clone())
    }
}