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 [`DeleteMarketplaceModelEndpoint`](crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`endpoint_arn(impl Into<String>)`](crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder::endpoint_arn) / [`set_endpoint_arn(Option<String>)`](crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder::set_endpoint_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the endpoint you want to delete.</p><br>
    /// - On success, responds with [`DeleteMarketplaceModelEndpointOutput`](crate::operation::delete_marketplace_model_endpoint::DeleteMarketplaceModelEndpointOutput)
    /// - On failure, responds with [`SdkError<DeleteMarketplaceModelEndpointError>`](crate::operation::delete_marketplace_model_endpoint::DeleteMarketplaceModelEndpointError)
    pub fn delete_marketplace_model_endpoint(
        &self,
    ) -> crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder {
        crate::operation::delete_marketplace_model_endpoint::builders::DeleteMarketplaceModelEndpointFluentBuilder::new(self.handle.clone())
    }
}