aws-sdk-ssmquicksetup 1.75.0

AWS SDK for AWS Systems Manager QuickSetup
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetConfigurationManager`](crate::operation::get_configuration_manager::builders::GetConfigurationManagerFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`manager_arn(impl Into<String>)`](crate::operation::get_configuration_manager::builders::GetConfigurationManagerFluentBuilder::manager_arn) / [`set_manager_arn(Option<String>)`](crate::operation::get_configuration_manager::builders::GetConfigurationManagerFluentBuilder::set_manager_arn):<br>required: **true**<br><p>The ARN of the configuration manager.</p><br>
    /// - On success, responds with [`GetConfigurationManagerOutput`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput) with field(s):
    ///   - [`manager_arn(String)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::manager_arn): <p>The ARN of the configuration manager.</p>
    ///   - [`description(Option<String>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::description): <p>The description of the configuration manager.</p>
    ///   - [`name(Option<String>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::name): <p>The name of the configuration manager.</p>
    ///   - [`created_at(Option<DateTime>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::created_at): <p>The datetime stamp when the configuration manager was created.</p>
    ///   - [`last_modified_at(Option<DateTime>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::last_modified_at): <p>The datetime stamp when the configuration manager was last updated.</p>
    ///   - [`status_summaries(Option<Vec::<StatusSummary>>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::status_summaries): <p>A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.</p>
    ///   - [`configuration_definitions(Option<Vec::<ConfigurationDefinition>>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::configuration_definitions): <p>The configuration definitions association with the configuration manager.</p>
    ///   - [`tags(Option<HashMap::<String, String>>)`](crate::operation::get_configuration_manager::GetConfigurationManagerOutput::tags): <p>Key-value pairs of metadata to assign to the configuration manager.</p>
    /// - On failure, responds with [`SdkError<GetConfigurationManagerError>`](crate::operation::get_configuration_manager::GetConfigurationManagerError)
    pub fn get_configuration_manager(&self) -> crate::operation::get_configuration_manager::builders::GetConfigurationManagerFluentBuilder {
        crate::operation::get_configuration_manager::builders::GetConfigurationManagerFluentBuilder::new(self.handle.clone())
    }
}