aws-sdk-ssmsap 1.97.0

AWS SDK for AWS Systems Manager for SAP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetConfigurationCheckOperation`](crate::operation::get_configuration_check_operation::builders::GetConfigurationCheckOperationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`operation_id(impl Into<String>)`](crate::operation::get_configuration_check_operation::builders::GetConfigurationCheckOperationFluentBuilder::operation_id) / [`set_operation_id(Option<String>)`](crate::operation::get_configuration_check_operation::builders::GetConfigurationCheckOperationFluentBuilder::set_operation_id):<br>required: **true**<br><p>The ID of the configuration check operation.</p><br>
    /// - On success, responds with [`GetConfigurationCheckOperationOutput`](crate::operation::get_configuration_check_operation::GetConfigurationCheckOperationOutput) with field(s):
    ///   - [`configuration_check_operation(Option<ConfigurationCheckOperation>)`](crate::operation::get_configuration_check_operation::GetConfigurationCheckOperationOutput::configuration_check_operation): <p>Returns the details of a configuration check operation.</p>
    /// - On failure, responds with [`SdkError<GetConfigurationCheckOperationError>`](crate::operation::get_configuration_check_operation::GetConfigurationCheckOperationError)
    pub fn get_configuration_check_operation(
        &self,
    ) -> crate::operation::get_configuration_check_operation::builders::GetConfigurationCheckOperationFluentBuilder {
        crate::operation::get_configuration_check_operation::builders::GetConfigurationCheckOperationFluentBuilder::new(self.handle.clone())
    }
}