// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeEksAnywhereSubscription`](crate::operation::describe_eks_anywhere_subscription::builders::DescribeEksAnywhereSubscriptionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::describe_eks_anywhere_subscription::builders::DescribeEksAnywhereSubscriptionFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::describe_eks_anywhere_subscription::builders::DescribeEksAnywhereSubscriptionFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the subscription.</p><br>
/// - On success, responds with [`DescribeEksAnywhereSubscriptionOutput`](crate::operation::describe_eks_anywhere_subscription::DescribeEksAnywhereSubscriptionOutput) with field(s):
/// - [`subscription(Option<EksAnywhereSubscription>)`](crate::operation::describe_eks_anywhere_subscription::DescribeEksAnywhereSubscriptionOutput::subscription): <p>The full description of the subscription.</p>
/// - On failure, responds with [`SdkError<DescribeEksAnywhereSubscriptionError>`](crate::operation::describe_eks_anywhere_subscription::DescribeEksAnywhereSubscriptionError)
pub fn describe_eks_anywhere_subscription(
&self,
) -> crate::operation::describe_eks_anywhere_subscription::builders::DescribeEksAnywhereSubscriptionFluentBuilder {
crate::operation::describe_eks_anywhere_subscription::builders::DescribeEksAnywhereSubscriptionFluentBuilder::new(self.handle.clone())
}
}