aws_sdk_config/client/put_external_evaluation.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`PutExternalEvaluation`](crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`config_rule_name(impl Into<String>)`](crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder::config_rule_name) / [`set_config_rule_name(Option<String>)`](crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder::set_config_rule_name):<br>required: **true**<br><p>The name of the Config rule.</p><br>
/// - [`external_evaluation(ExternalEvaluation)`](crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder::external_evaluation) / [`set_external_evaluation(Option<ExternalEvaluation>)`](crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder::set_external_evaluation):<br>required: **true**<br><p>An <code>ExternalEvaluation</code> object that provides details about compliance.</p><br>
/// - On success, responds with [`PutExternalEvaluationOutput`](crate::operation::put_external_evaluation::PutExternalEvaluationOutput)
/// - On failure, responds with [`SdkError<PutExternalEvaluationError>`](crate::operation::put_external_evaluation::PutExternalEvaluationError)
pub fn put_external_evaluation(&self) -> crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder {
crate::operation::put_external_evaluation::builders::PutExternalEvaluationFluentBuilder::new(self.handle.clone())
}
}