aws-sdk-acm 1.117.0

AWS SDK for AWS Certificate Manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`RevokeAcmeAccount`](crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`acme_endpoint_arn(impl Into<String>)`](crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder::acme_endpoint_arn) / [`set_acme_endpoint_arn(Option<String>)`](crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder::set_acme_endpoint_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the ACME endpoint.</p><br>
    ///   - [`account_url(impl Into<String>)`](crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder::account_url) / [`set_account_url(Option<String>)`](crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder::set_account_url):<br>required: **true**<br><p>The URL of the ACME account to revoke.</p><br>
    /// - On success, responds with [`RevokeAcmeAccountOutput`](crate::operation::revoke_acme_account::RevokeAcmeAccountOutput)
    /// - On failure, responds with [`SdkError<RevokeAcmeAccountError>`](crate::operation::revoke_acme_account::RevokeAcmeAccountError)
    pub fn revoke_acme_account(&self) -> crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder {
        crate::operation::revoke_acme_account::builders::RevokeAcmeAccountFluentBuilder::new(self.handle.clone())
    }
}