aws-sdk-route53resolver 1.111.0

AWS SDK for Amazon Route 53 Resolver
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 [`BatchUpdateFirewallRule`](crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`update_firewall_rule_entries(UpdateFirewallRuleEntry)`](crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder::update_firewall_rule_entries) / [`set_update_firewall_rule_entries(Option<Vec::<UpdateFirewallRuleEntry>>)`](crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder::set_update_firewall_rule_entries):<br>required: **true**<br><p>The list of firewall rules to update.</p><br>
    /// - On success, responds with [`BatchUpdateFirewallRuleOutput`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleOutput) with field(s):
    ///   - [`updated_firewall_rules(Option<Vec::<FirewallRule>>)`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleOutput::updated_firewall_rules): <p>The firewall rules that were successfully updated by the request.</p>
    ///   - [`update_errors(Option<Vec::<BatchUpdateFirewallRuleError>>)`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleOutput::update_errors): <p>A list of errors that occurred while updating the firewall rules.</p>
    /// - On failure, responds with [`SdkError<BatchUpdateFirewallRuleError>`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleError)
    pub fn batch_update_firewall_rule(&self) -> crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder {
        crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder::new(self.handle.clone())
    }
}