aws-sdk-acm 1.114.0

AWS SDK for AWS Certificate Manager
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 [`RevokeAcmeExternalAccountBinding`](crate::operation::revoke_acme_external_account_binding::builders::RevokeAcmeExternalAccountBindingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`acme_external_account_binding_arn(impl Into<String>)`](crate::operation::revoke_acme_external_account_binding::builders::RevokeAcmeExternalAccountBindingFluentBuilder::acme_external_account_binding_arn) / [`set_acme_external_account_binding_arn(Option<String>)`](crate::operation::revoke_acme_external_account_binding::builders::RevokeAcmeExternalAccountBindingFluentBuilder::set_acme_external_account_binding_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the ACME external account binding to revoke.</p><br>
    /// - On success, responds with [`RevokeAcmeExternalAccountBindingOutput`](crate::operation::revoke_acme_external_account_binding::RevokeAcmeExternalAccountBindingOutput)
    /// - On failure, responds with [`SdkError<RevokeAcmeExternalAccountBindingError>`](crate::operation::revoke_acme_external_account_binding::RevokeAcmeExternalAccountBindingError)
    pub fn revoke_acme_external_account_binding(
        &self,
    ) -> crate::operation::revoke_acme_external_account_binding::builders::RevokeAcmeExternalAccountBindingFluentBuilder {
        crate::operation::revoke_acme_external_account_binding::builders::RevokeAcmeExternalAccountBindingFluentBuilder::new(self.handle.clone())
    }
}