aws-sdk-bedrock 1.145.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 [`DeleteCustomModelDeployment`](crate::operation::delete_custom_model_deployment::builders::DeleteCustomModelDeploymentFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`custom_model_deployment_identifier(impl Into<String>)`](crate::operation::delete_custom_model_deployment::builders::DeleteCustomModelDeploymentFluentBuilder::custom_model_deployment_identifier) / [`set_custom_model_deployment_identifier(Option<String>)`](crate::operation::delete_custom_model_deployment::builders::DeleteCustomModelDeploymentFluentBuilder::set_custom_model_deployment_identifier):<br>required: **true**<br><p>The Amazon Resource Name (ARN) or name of the custom model deployment to delete.</p><br>
    /// - On success, responds with [`DeleteCustomModelDeploymentOutput`](crate::operation::delete_custom_model_deployment::DeleteCustomModelDeploymentOutput)
    /// - On failure, responds with [`SdkError<DeleteCustomModelDeploymentError>`](crate::operation::delete_custom_model_deployment::DeleteCustomModelDeploymentError)
    pub fn delete_custom_model_deployment(
        &self,
    ) -> crate::operation::delete_custom_model_deployment::builders::DeleteCustomModelDeploymentFluentBuilder {
        crate::operation::delete_custom_model_deployment::builders::DeleteCustomModelDeploymentFluentBuilder::new(self.handle.clone())
    }
}