Module Values.DeleteAccessTokenRequestSource

Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.

Sourcetype nonrec t = {
  1. id : AccessTokenId.t;
    (*

    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 ListAccessTokens.

    *)
}
Sourceval context_ : string
Sourceval make : id:AccessTokenId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccessTokenId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t