aws_sdk_deadline/client/delete_license_endpoint.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteLicenseEndpoint`](crate::operation::delete_license_endpoint::builders::DeleteLicenseEndpointFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`license_endpoint_id(impl Into<String>)`](crate::operation::delete_license_endpoint::builders::DeleteLicenseEndpointFluentBuilder::license_endpoint_id) / [`set_license_endpoint_id(Option<String>)`](crate::operation::delete_license_endpoint::builders::DeleteLicenseEndpointFluentBuilder::set_license_endpoint_id):<br>required: **true**<br><p>The license endpoint ID of the license endpoint to delete.</p><br>
7 /// - On success, responds with [`DeleteLicenseEndpointOutput`](crate::operation::delete_license_endpoint::DeleteLicenseEndpointOutput)
8 /// - On failure, responds with [`SdkError<DeleteLicenseEndpointError>`](crate::operation::delete_license_endpoint::DeleteLicenseEndpointError)
9 pub fn delete_license_endpoint(&self) -> crate::operation::delete_license_endpoint::builders::DeleteLicenseEndpointFluentBuilder {
10 crate::operation::delete_license_endpoint::builders::DeleteLicenseEndpointFluentBuilder::new(self.handle.clone())
11 }
12}