aws-sdk-wellarchitected 1.110.0

AWS SDK for AWS Well-Architected Tool
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateAgentProfile`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`client_token(impl Into<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_client_token):<br>required: **false**<br><p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p><br>
    ///   - [`profile_arn(impl Into<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::profile_arn) / [`set_profile_arn(Option<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_profile_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the profile to update.</p><br>
    ///   - [`display_name(impl Into<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::display_name) / [`set_display_name(Option<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_display_name):<br>required: **false**<br><p>The updated display name of the profile.</p><br>
    ///   - [`description(impl Into<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_description):<br>required: **false**<br><p>The updated description of the profile.</p><br>
    ///   - [`execution_role_arn(impl Into<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::execution_role_arn) / [`set_execution_role_arn(Option<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_execution_role_arn):<br>required: **false**<br><p>The updated ARN of the IAM execution role.</p><br>
    ///   - [`aggregation_configuration(AggregationConfiguration)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::aggregation_configuration) / [`set_aggregation_configuration(Option<Vec::<AggregationConfiguration>>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_aggregation_configuration):<br>required: **false**<br><p>The updated aggregation configuration.</p><br>
    ///   - [`business_overview(impl Into<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::business_overview) / [`set_business_overview(Option<String>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_business_overview):<br>required: **false**<br><p>The updated business overview for the profile.</p><br>
    ///   - [`pillars(Pillar)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::pillars) / [`set_pillars(Option<Vec::<Pillar>>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_pillars):<br>required: **false**<br><p>The updated Well-Architected Tool Framework pillars for the profile.</p><br>
    ///   - [`deletion_protection(bool)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::deletion_protection) / [`set_deletion_protection(Option<bool>)`](crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::set_deletion_protection):<br>required: **false**<br><p>Indicates whether deletion protection is enabled for the profile.</p><br>
    /// - On success, responds with [`UpdateAgentProfileOutput`](crate::operation::update_agent_profile::UpdateAgentProfileOutput) with field(s):
    ///   - [`name(String)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::name): <p>The system name of the updated profile.</p>
    ///   - [`display_name(Option<String>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::display_name): <p>The display name of the updated profile.</p>
    ///   - [`description(Option<String>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::description): <p>A description of the updated profile.</p>
    ///   - [`business_overview(Option<String>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::business_overview): <p>The business overview of the updated profile.</p>
    ///   - [`pillars(Vec::<Pillar>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::pillars): <p>The Well-Architected Tool Framework pillars associated with the updated profile.</p>
    ///   - [`deletion_protection(bool)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::deletion_protection): <p>Indicates whether deletion protection is enabled.</p>
    ///   - [`execution_role_arn(String)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::execution_role_arn): <p>The ARN of the IAM execution role.</p>
    ///   - [`aggregation_configuration(Vec::<AggregationConfiguration>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::aggregation_configuration): <p>The aggregation configuration.</p>
    ///   - [`arn(String)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::arn): <p>The Amazon Resource Name (ARN) of the updated profile.</p>
    ///   - [`eligible_for_scheduled_generation(Option<bool>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::eligible_for_scheduled_generation): <p>Indicates whether the profile is valid for scheduled recommendation generation.</p>
    ///   - [`eligible_for_architecture_generation(Option<bool>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::eligible_for_architecture_generation): <p>Indicates whether the profile is valid for manual architecture generation.</p>
    ///   - [`field_errors(Option<HashMap::<String, String>>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::field_errors): <p>A map of field paths to error messages for invalid or missing input fields.</p>
    ///   - [`tags(Option<Vec::<Tag>>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::tags): <p>The tags associated with the updated profile.</p>
    ///   - [`created_by(String)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::created_by): <p>The identifier of the user or system that created this profile.</p>
    ///   - [`created_at(DateTime)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::created_at): <p>The timestamp when the profile was created.</p>
    ///   - [`last_modified_by(Option<String>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::last_modified_by): <p>The identifier of the user or system that last modified this profile.</p>
    ///   - [`last_modified_at(Option<DateTime>)`](crate::operation::update_agent_profile::UpdateAgentProfileOutput::last_modified_at): <p>The timestamp when the profile was last modified.</p>
    /// - On failure, responds with [`SdkError<UpdateAgentProfileError>`](crate::operation::update_agent_profile::UpdateAgentProfileError)
    pub fn update_agent_profile(&self) -> crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder {
        crate::operation::update_agent_profile::builders::UpdateAgentProfileFluentBuilder::new(self.handle.clone())
    }
}