aws-sdk-accountaccess 1.2.0

AWS SDK for Account Access
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEntitlement`](crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`application_arn(impl Into<String>)`](crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder::application_arn) / [`set_application_arn(Option<String>)`](crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder::set_application_arn):<br>required: **true**<br><p>Specifies the ARN of the application that the entitlement belongs to.</p><br>
    ///   - [`entitlement_id(impl Into<String>)`](crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder::entitlement_id) / [`set_entitlement_id(Option<String>)`](crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder::set_entitlement_id):<br>required: **true**<br><p>Specifies the unique identifier of the entitlement to delete.</p><br>
    /// - On success, responds with [`DeleteEntitlementOutput`](crate::operation::delete_entitlement::DeleteEntitlementOutput)
    /// - On failure, responds with [`SdkError<DeleteEntitlementError>`](crate::operation::delete_entitlement::DeleteEntitlementError)
    pub fn delete_entitlement(&self) -> crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder {
        crate::operation::delete_entitlement::builders::DeleteEntitlementFluentBuilder::new(self.handle.clone())
    }
}