Skip to main content

Vercel/drains

@swamp/vercel/drainsv2026.08.03.3· 1mo agoMODELS
01README

Vercel drains infrastructure models

02Release Notes
  • Updated: drains
03Models1
@swamp/vercel/drains/drainsv2026.08.03.3drains.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
namestring
projectsenum
projectIds?array
filter?object
schemasrecord
delivery?object
sampling?array
transforms?array
status?enum
source?string
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Drains
fn get(id: string)
Get a Drains
ArgumentTypeDescription
idstringThe ID of the Drains
fn lookup()
Look up an existing Drains by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Drains by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Drains to import
fn update(identifier?: string)
Update Drains attributes
ArgumentTypeDescription
identifier?stringTarget a specific Drains by id (e.g. one discovered by list)
fn delete(id: string)
Delete the Drains
ArgumentTypeDescription
idstringThe ID of the Drains
fn sync(identifier?: string)
Sync Drains state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Drains by id (e.g. one discovered by list)

Resources

state(infinite)— Drains resource state
04Previous Versions1
2026.08.03.2
  • Updated: drains
05Stats
A
100 / 100
Downloads
0
Archive size
11.1 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels