aws_sdk_route53globalresolver/client/batch_update_firewall_rule.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`BatchUpdateFirewallRule`](crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`firewall_rules(BatchUpdateFirewallRuleInputItem)`](crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder::firewall_rules) / [`set_firewall_rules(Option<Vec::<BatchUpdateFirewallRuleInputItem>>)`](crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder::set_firewall_rules):<br>required: **true**<br><p>The DNS Firewall rule IDs to be updated.</p><br>
7 /// - On success, responds with [`BatchUpdateFirewallRuleOutput`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleOutput) with field(s):
8 /// - [`failures(Vec::<BatchUpdateFirewallRuleOutputItem>)`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleOutput::failures): <p>High level information about the DNS Firewall rules that failed to update.</p>
9 /// - [`successes(Vec::<BatchUpdateFirewallRuleOutputItem>)`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleOutput::successes): <p>High level information about the DNS Firewall rules that were successfully updated.</p>
10 /// - On failure, responds with [`SdkError<BatchUpdateFirewallRuleError>`](crate::operation::batch_update_firewall_rule::BatchUpdateFirewallRuleError)
11 pub fn batch_update_firewall_rule(&self) -> crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder {
12 crate::operation::batch_update_firewall_rule::builders::BatchUpdateFirewallRuleFluentBuilder::new(self.handle.clone())
13 }
14}