// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeAttachedFilesConfiguration`](crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p><br>
/// - [`attachment_scope(AttachmentScope)`](crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder::attachment_scope) / [`set_attachment_scope(Option<AttachmentScope>)`](crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder::set_attachment_scope):<br>required: **true**<br><p>The scope of the attachment. Valid values are <code>EMAIL</code>, <code>CHAT</code>, <code>CASE</code>, and <code>TASK</code>.</p><br>
/// - On success, responds with [`DescribeAttachedFilesConfigurationOutput`](crate::operation::describe_attached_files_configuration::DescribeAttachedFilesConfigurationOutput) with field(s):
/// - [`attached_files_configuration(Option<AttachedFilesConfiguration>)`](crate::operation::describe_attached_files_configuration::DescribeAttachedFilesConfigurationOutput::attached_files_configuration): <p>Information about the attached files configuration.</p>
/// - On failure, responds with [`SdkError<DescribeAttachedFilesConfigurationError>`](crate::operation::describe_attached_files_configuration::DescribeAttachedFilesConfigurationError)
pub fn describe_attached_files_configuration(
&self,
) -> crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder {
crate::operation::describe_attached_files_configuration::builders::DescribeAttachedFilesConfigurationFluentBuilder::new(self.handle.clone())
}
}