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
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeAcmeExternalAccountBinding`](crate::operation::describe_acme_external_account_binding::builders::DescribeAcmeExternalAccountBindingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`acme_external_account_binding_arn(impl Into<String>)`](crate::operation::describe_acme_external_account_binding::builders::DescribeAcmeExternalAccountBindingFluentBuilder::acme_external_account_binding_arn) / [`set_acme_external_account_binding_arn(Option<String>)`](crate::operation::describe_acme_external_account_binding::builders::DescribeAcmeExternalAccountBindingFluentBuilder::set_acme_external_account_binding_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the ACME external account binding.</p><br>
    /// - On success, responds with [`DescribeAcmeExternalAccountBindingOutput`](crate::operation::describe_acme_external_account_binding::DescribeAcmeExternalAccountBindingOutput) with field(s):
    ///   - [`external_account_binding(Option<AcmeExternalAccountBinding>)`](crate::operation::describe_acme_external_account_binding::DescribeAcmeExternalAccountBindingOutput::external_account_binding): <p>The external account binding details.</p>
    /// - On failure, responds with [`SdkError<DescribeAcmeExternalAccountBindingError>`](crate::operation::describe_acme_external_account_binding::DescribeAcmeExternalAccountBindingError)
    pub fn describe_acme_external_account_binding(
        &self,
    ) -> crate::operation::describe_acme_external_account_binding::builders::DescribeAcmeExternalAccountBindingFluentBuilder {
        crate::operation::describe_acme_external_account_binding::builders::DescribeAcmeExternalAccountBindingFluentBuilder::new(self.handle.clone())
    }
}