1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAccessToken`](crate::operation::delete_access_token::builders::DeleteAccessTokenFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_access_token::builders::DeleteAccessTokenFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_access_token::builders::DeleteAccessTokenFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling <code>ListAccessTokens</code>.</p><br>
    /// - On success, responds with [`DeleteAccessTokenOutput`](crate::operation::delete_access_token::DeleteAccessTokenOutput)
    /// - On failure, responds with [`SdkError<DeleteAccessTokenError>`](crate::operation::delete_access_token::DeleteAccessTokenError)
    pub fn delete_access_token(&self) -> crate::operation::delete_access_token::builders::DeleteAccessTokenFluentBuilder {
        crate::operation::delete_access_token::builders::DeleteAccessTokenFluentBuilder::new(self.handle.clone())
    }
}