aws-sdk-bedrock 1.136.0

AWS SDK for Amazon Bedrock
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 [`DeleteFoundationModelAgreement`](crate::operation::delete_foundation_model_agreement::builders::DeleteFoundationModelAgreementFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`model_id(impl Into<String>)`](crate::operation::delete_foundation_model_agreement::builders::DeleteFoundationModelAgreementFluentBuilder::model_id) / [`set_model_id(Option<String>)`](crate::operation::delete_foundation_model_agreement::builders::DeleteFoundationModelAgreementFluentBuilder::set_model_id):<br>required: **true**<br><p>Model Id of the model access to delete.</p><br>
    /// - On success, responds with [`DeleteFoundationModelAgreementOutput`](crate::operation::delete_foundation_model_agreement::DeleteFoundationModelAgreementOutput)
    /// - On failure, responds with [`SdkError<DeleteFoundationModelAgreementError>`](crate::operation::delete_foundation_model_agreement::DeleteFoundationModelAgreementError)
    pub fn delete_foundation_model_agreement(
        &self,
    ) -> crate::operation::delete_foundation_model_agreement::builders::DeleteFoundationModelAgreementFluentBuilder {
        crate::operation::delete_foundation_model_agreement::builders::DeleteFoundationModelAgreementFluentBuilder::new(self.handle.clone())
    }
}