aws-sdk-route53profiles 1.71.0

AWS SDK for Route 53 Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateProfileResourceAssociation`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_resource_association_id(impl Into<String>)`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::profile_resource_association_id) / [`set_profile_resource_association_id(Option<String>)`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::set_profile_resource_association_id):<br>required: **true**<br><p>ID of the resource association.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::set_name):<br>required: **false**<br><p>Name of the resource association.</p><br>
    ///   - [`resource_properties(impl Into<String>)`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::resource_properties) / [`set_resource_properties(Option<String>)`](crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::set_resource_properties):<br>required: **false**<br><p>If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.</p> <p>The allowed values for priority are between 100 and 9900.</p><br>
    /// - On success, responds with [`UpdateProfileResourceAssociationOutput`](crate::operation::update_profile_resource_association::UpdateProfileResourceAssociationOutput) with field(s):
    ///   - [`profile_resource_association(Option<ProfileResourceAssociation>)`](crate::operation::update_profile_resource_association::UpdateProfileResourceAssociationOutput::profile_resource_association): <p>Information about the <code>UpdateProfileResourceAssociation</code> request, including a status message.</p>
    /// - On failure, responds with [`SdkError<UpdateProfileResourceAssociationError>`](crate::operation::update_profile_resource_association::UpdateProfileResourceAssociationError)
    pub fn update_profile_resource_association(
        &self,
    ) -> crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder {
        crate::operation::update_profile_resource_association::builders::UpdateProfileResourceAssociationFluentBuilder::new(self.handle.clone())
    }
}