aws-sdk-lightsail 1.107.0

AWS SDK for Amazon Lightsail
Documentation
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 [`GetContainerAPIMetadata`](crate::operation::get_container_api_metadata::builders::GetContainerAPIMetadataFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_container_api_metadata::builders::GetContainerAPIMetadataFluentBuilder::send) it.
    /// - On success, responds with [`GetContainerApiMetadataOutput`](crate::operation::get_container_api_metadata::GetContainerApiMetadataOutput) with field(s):
    ///   - [`metadata(Option<Vec::<HashMap::<String, String>>>)`](crate::operation::get_container_api_metadata::GetContainerApiMetadataOutput::metadata): <p>Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.</p>
    /// - On failure, responds with [`SdkError<GetContainerAPIMetadataError>`](crate::operation::get_container_api_metadata::GetContainerAPIMetadataError)
    pub fn get_container_api_metadata(&self) -> crate::operation::get_container_api_metadata::builders::GetContainerAPIMetadataFluentBuilder {
        crate::operation::get_container_api_metadata::builders::GetContainerAPIMetadataFluentBuilder::new(self.handle.clone())
    }
}