// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteSupportPermit`](crate::operation::delete_support_permit::builders::DeleteSupportPermitFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`support_permit_identifier(impl Into<String>)`](crate::operation::delete_support_permit::builders::DeleteSupportPermitFluentBuilder::support_permit_identifier) / [`set_support_permit_identifier(Option<String>)`](crate::operation::delete_support_permit::builders::DeleteSupportPermitFluentBuilder::set_support_permit_identifier):<br>required: **true**<br><p>The Amazon Resource Name (ARN) or name of the support permit to delete.</p><br>
/// - On success, responds with [`DeleteSupportPermitOutput`](crate::operation::delete_support_permit::DeleteSupportPermitOutput) with field(s):
/// - [`name(String)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::name): <p>The name of the deleted support permit.</p>
/// - [`arn(String)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::arn): <p>The ARN of the deleted support permit.</p>
/// - [`description(Option<String>)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::description): <p>The description of the deleted support permit.</p>
/// - [`permit(Option<Permit>)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::permit): <p>The permit definition of the deleted permit.</p>
/// - [`status(SupportPermitStatus)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::status): <p>The status of the support permit. Returns DELETING.</p>
/// - [`signing_key_info(Option<SigningKeyInfo>)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::signing_key_info): <p>The signing key information for the deleted permit.</p>
/// - [`created_at(DateTime)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::created_at): <p>The timestamp when the permit was originally created.</p>
/// - [`support_case_display_id(Option<String>)`](crate::operation::delete_support_permit::DeleteSupportPermitOutput::support_case_display_id): <p>The display identifier of the support case associated with the deleted permit.</p>
/// - On failure, responds with [`SdkError<DeleteSupportPermitError>`](crate::operation::delete_support_permit::DeleteSupportPermitError)
pub fn delete_support_permit(&self) -> crate::operation::delete_support_permit::builders::DeleteSupportPermitFluentBuilder {
crate::operation::delete_support_permit::builders::DeleteSupportPermitFluentBuilder::new(self.handle.clone())
}
}