aws-sdk-bedrockagentcorecontrol 1.58.0

AWS SDK for Amazon Bedrock AgentCore Control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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())
    }
}