aws_sdk_taxsettings/client/batch_delete_tax_registration.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 [`BatchDeleteTaxRegistration`](crate::operation::batch_delete_tax_registration::builders::BatchDeleteTaxRegistrationFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`account_ids(impl Into<String>)`](crate::operation::batch_delete_tax_registration::builders::BatchDeleteTaxRegistrationFluentBuilder::account_ids) / [`set_account_ids(Option<Vec::<String>>)`](crate::operation::batch_delete_tax_registration::builders::BatchDeleteTaxRegistrationFluentBuilder::set_account_ids):<br>required: **true**<br><p>List of unique account identifiers.</p><br>
7 /// - On success, responds with [`BatchDeleteTaxRegistrationOutput`](crate::operation::batch_delete_tax_registration::BatchDeleteTaxRegistrationOutput) with field(s):
8 /// - [`errors(Vec::<BatchDeleteTaxRegistrationError>)`](crate::operation::batch_delete_tax_registration::BatchDeleteTaxRegistrationOutput::errors): <p>The list of errors for the accounts the TRN information could not be deleted for.</p>
9 /// - On failure, responds with [`SdkError<BatchDeleteTaxRegistrationError>`](crate::operation::batch_delete_tax_registration::BatchDeleteTaxRegistrationError)
10 pub fn batch_delete_tax_registration(
11 &self,
12 ) -> crate::operation::batch_delete_tax_registration::builders::BatchDeleteTaxRegistrationFluentBuilder {
13 crate::operation::batch_delete_tax_registration::builders::BatchDeleteTaxRegistrationFluentBuilder::new(self.handle.clone())
14 }
15}