// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteOauth2CredentialProvider`](crate::operation::delete_oauth2_credential_provider::builders::DeleteOauth2CredentialProviderFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::delete_oauth2_credential_provider::builders::DeleteOauth2CredentialProviderFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_oauth2_credential_provider::builders::DeleteOauth2CredentialProviderFluentBuilder::set_name):<br>required: **true**<br><p>The name of the OAuth2 credential provider to delete.</p><br>
/// - On success, responds with [`DeleteOauth2CredentialProviderOutput`](crate::operation::delete_oauth2_credential_provider::DeleteOauth2CredentialProviderOutput)
/// - On failure, responds with [`SdkError<DeleteOauth2CredentialProviderError>`](crate::operation::delete_oauth2_credential_provider::DeleteOauth2CredentialProviderError)
pub fn delete_oauth2_credential_provider(
&self,
) -> crate::operation::delete_oauth2_credential_provider::builders::DeleteOauth2CredentialProviderFluentBuilder {
crate::operation::delete_oauth2_credential_provider::builders::DeleteOauth2CredentialProviderFluentBuilder::new(self.handle.clone())
}
}