// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteTemplateGroupAccessControlEntry`](crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`template_arn(impl Into<String>)`](crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder::template_arn) / [`set_template_arn(Option<String>)`](crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder::set_template_arn): <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>.</p>
/// - [`group_security_identifier(impl Into<String>)`](crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder::group_security_identifier) / [`set_group_security_identifier(Option<String>)`](crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder::set_group_security_identifier): <p>Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".</p>
/// - On success, responds with [`DeleteTemplateGroupAccessControlEntryOutput`](crate::operation::delete_template_group_access_control_entry::DeleteTemplateGroupAccessControlEntryOutput)
/// - On failure, responds with [`SdkError<DeleteTemplateGroupAccessControlEntryError>`](crate::operation::delete_template_group_access_control_entry::DeleteTemplateGroupAccessControlEntryError)
pub fn delete_template_group_access_control_entry(
&self,
) -> crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder {
crate::operation::delete_template_group_access_control_entry::builders::DeleteTemplateGroupAccessControlEntryFluentBuilder::new(
self.handle.clone(),
)
}
}