aws-sdk-ssmsap 1.106.0

AWS SDK for AWS Systems Manager for SAP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartConfigurationChecks`](crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`application_id(impl Into<String>)`](crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder::set_application_id):<br>required: **true**<br><p>The ID of the application.</p><br>
    ///   - [`configuration_check_ids(ConfigurationCheckType)`](crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder::configuration_check_ids) / [`set_configuration_check_ids(Option<Vec::<ConfigurationCheckType>>)`](crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder::set_configuration_check_ids):<br>required: **false**<br><p>The list of configuration checks to perform.</p><br>
    /// - On success, responds with [`StartConfigurationChecksOutput`](crate::operation::start_configuration_checks::StartConfigurationChecksOutput) with field(s):
    ///   - [`configuration_check_operations(Option<Vec::<ConfigurationCheckOperation>>)`](crate::operation::start_configuration_checks::StartConfigurationChecksOutput::configuration_check_operations): <p>The configuration check operations that were started.</p>
    /// - On failure, responds with [`SdkError<StartConfigurationChecksError>`](crate::operation::start_configuration_checks::StartConfigurationChecksError)
    pub fn start_configuration_checks(&self) -> crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder {
        crate::operation::start_configuration_checks::builders::StartConfigurationChecksFluentBuilder::new(self.handle.clone())
    }
}